* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif; */
    font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
    font-size: 12px;
    /* background: #340063  url(images/bg.jpg) no-repeat center top; */
    background: url(images/bg1.jpg) repeat center top;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

a {
    color: #27699F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
    padding: 6px;
}

img a {
    border: none;
}

ul {
    list-style-type: none;
}

#page {
    /* width: 800px; */
    width: 1000px;
    /* margin: 20px auto 20px auto; */
    margin: 20px auto 10px auto;
}


#header {}

#header h1 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0 20px;
    letter-spacing: -1px;
}

#header h1 a {
    color: #151B8D;
}

#header h1 a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

#header h2 {
    color: #000000;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 0 20px;
}

#menu {
    width: 1000px;
    margin-top: 10px;
    /* background: url(images/menu.png) no-repeat; */
    background: #151B8D;
    height: 40px;
    line-height: 40px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#menu ul li a:hover {
    color: #fff;
    background: url(images/menuover.png) repeat-x;

}


#wrapper {
    padding: 10px;
    margin: 0 10px;
    background: #fff;
}

#content {
    float: right;
    width: 730px;
    padding-bottom: 20px;
}

#content2 {
    float: right;
    width: 500px;
    padding-bottom: 20px;
}

#sidebar {
    float: left;
    width: 220px;
    padding-bottom: 20px;
}

#sidebar2 {
    float: left;
    width: 450px;
    padding-bottom: 20px;
}

#footer {
    background: url(images/footer.jpg) no-repeat;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}

#footer p {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


#content h2 {
    background: #151B8D;
    /*#5f6363;*/
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 10px;
    color: #fff;
}

#content ul {
    color: #555555;
    padding: 10px 30px;
}

#content ul li {
    list-style-type: square;
}

#content2 h2 {
    background: #151B8D;
    /*#5f6363;*/
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0 20px 0;
    padding: 0 0 0 10px;
    color: #fff;
}

#content2 ul {
    color: #555555;
    padding: 10px 30px;
}

#content2 ul li {
    list-style-type: square;
}

#sidebar img {
    padding: 0;
    margin: 0;
}

#sidebar ul {
    list-style-type: none;
    font-size: 11px;
}

#sidebar h2 {
    background: #151B8D;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 50px 0 0 0;
    padding: 0 0 0 10px;
    color: #fff;
}

#sidebar ul {
    padding: 10px 0 5px 20px;
    font-size: 11px;
}

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 25px;
    font-size: 11px;
}

#sidebar ul li a {
    font-size: 11px;
}

#sidebar2 img {
    padding: 0;
    margin: 0;
}

#sidebar2 ul {
    list-style-type: none;
    font-size: 11px;
}

#sidebar2 h2 {
    background: #151B8D;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 50px 0 0 0;
    padding: 0 0 0 10px;
    color: #fff;
}

#sidebar2 ul {
    padding: 10px 0 5px 20px;
    font-size: 11px;
}

#sidebar2 ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 25px;
    font-size: 11px;
}

#sidebar2 ul li a {
    font-size: 11px;
}

#all {
    width: 300px;
    margin: 0 auto;
    padding-top: 0px;
    background: #F4F4F4;
}

.pub-title-link {
    color: #27699F;
    text-decoration: none;
    font-weight: 600;
}

.pub-title-link:hover {
    text-decoration: underline;
}